@charset "gb2312";
/* CSS Document */
/*html, body{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
filter:gray;
}
*/
@media only screen and (max-width: 1260px) {
html, body {
width:1260px;
}

.footnav{ width:1260px;}
}

html,body,header,nav,footer,div,ul,ol,li,p,form,input,a,span,em,i,strong,b,font,img{
		margin:0; padding:0; list-style:none; border:none;}
body{font-family:"PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif; font-size:14px; overflow-x:hidden;background:#FFF;}
/*body{font-family:"PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif; font-size:14px; overflow-x:hidden;background: url(../2025qglh.jpg) no-repeat top center; margin-top:310px;}*/
a{text-align:center; text-decoration:none; outline:none;font-size:14px;color:#3d3d3d;}
a:hover {color: #ff7d00}
input{outline:none;}
ul{list-style: none;padding: 0;margin: 0 auto; overflow:hidden;}
/*.sy_main{background: white;margin:0 auto;width:1260px;overflow:hidden;position:relative;}*/
.sy_main{background: white;margin:0 auto;width:1260px;overflow:hidden;padding:15px 0;position:relative;}


.column{ width:100%; margin:0 auto; float:left;}

.sy_jjyh_more,.sy_yynew_more,.sy_szb_more,.sy_dmyh_more,.sy_ywtx_more{background:url(../../2019images/line_bg.jpg) bottom repeat-x; margin:10px 0; height:34px;}
.ztlink{position: fixed; top: 0;left: 0;bottom: 0;width: 100%; height: 100%; z-index: 0; text-indent: -10000px;overflow: hidden;}
.ztlink a {display: block;width: 100%;height: 100%;}
/*头部header*/
/*.header{width:100%;position:relative; margin:0 auto; background:#c31202; }*/
.header{width:100%;position:relative; margin:0 auto;  }
.banner{width:1260px;height:96px; margin:0 auto; overflow:hidden;background:#c31202; }
.logo{ float:left; height:96px; overflow:hidden;}
.banner_hd{width:1260px;height:100px; margin:0 auto; overflow:hidden; }
/*顶部导航*/
.nav_topbar_cont{width:560px; height:32px; margin:40px auto 0 10px; float:left;}
.nav_topbar_cont ul li {height:32px; float:left;}	
.nav_topbar_cont ul li a{ margin:0 10px; height:32px; display:block; line-height:32px;color:#fff;font-size:14px;}
.nav_topbar_cont ul li a:hover{color:#ffae00;}
.nav_topbar_date{width:180px; height:32px; line-height:32px; float:left;color:#fff; margin-top:42px; font-size:12px;}

/*搜索框*/
.search_box{width:180px; height:29px; float:left;margin-top:42px; border-bottom:2px solid #FFF;}
.search_box input.search{width:150px; height:31px; line-height:24px;color:#fff; background:transparent;}
.search_box input.search_btn{width:24px; height:31px; float:right; cursor:pointer;
		background: url(../../2019images/icos.png) no-repeat}
		
		
/*轮播图 开始*/
.main_banner{width:100%; background:#0b0507;}
/*.main_banner{width:100%;}*/
.main_banner_wrap{ position:relative; margin:0 auto; overflow:hidden;}
#myCanvas {
	position: absolute;
	z-index: 13;
	opacity: 0.8;
	cursor: pointer;
	-webkit-animation: roll 3s;
	animation: roll 3s;
	display:none;
}
@-webkit-keyframes roll {
	from{-webkit-transform:rotate(120deg);opacity:0;}
	to{-webkit-transform:rotate(0deg);opacity:0.8;}		
}
@keyframes roll {
	from{transform:rotate(120deg);opacity:0;}
	to{transform:rotate(0deg);opacity:0.8;}		
}
.banner_btn{ 	/*a 标签 按钮*/
		width:345px; height:240px; position:absolute; 
		display:block; z-index:9; top:20px;
}
.btn_next{right:0px;}
.banner_btn span{width:50px; height:100px; display:block; position:absolute;
		left:276px; top:70px; opacity:0; transition:0.5s;
		background:url(../../2019images/bannerBtn.png) no-repeat 0 0;}
.btn_next span{background-position:-50px 0;left:20px;}
.main_banner_box:hover .banner_btn_arrow{opacity:0.6;}
.banner_btn span i{width:50px; height:100px; display:block;
		background:url(../../2019images/bannerBtn.png) no-repeat 0 0;}
.btn_next span i{background-position:-50px 0;}
.banner_btn:hover i{
		-webkit-animation:arrow 0.5s infinite alternate ease-in-out;
		-moz-animation:arrow 0.5s infinite alternate ease-in-out;
}
@-webkit-keyframes arrow{
	from{-webkit-transform:scale(1); opacity:1;}
	to{-webkit-transform:scale(1.5); opacity:0.2;}
}
@-moz-keyframes arrow{
	from{-moz-transform:scale(1); opacity:1;}
	to{-moz-transform:scale(1.5); opacity:0.2;}
}

.main_banner_box{ max-width:1260px; height:300px; margin:0 auto 0; position:relative; z-index:0;
	/*-webkit-倒影样式*/
	-webkit-box-reflect:below 0 -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
}
/*火狐倒影图层样式*/
.main_banner_box p#rflt{width:1200px; height:280px; position:absolute; left:0; top:280px;
		background:-moz-element(#m_box) no-repeat; -moz-transform:scaleY(-1); opacity:0.2;
}/*火狐倒影图层样式*/
.main_banner li{
		position:absolute; background:#000; overflow:hidden;
		box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);		
}
/*给每张图片初始设置不同宽高，层级，位置*/
.main_banner li:nth-child(1){width:570px;height:300px; z-index:5;left:345px; top:0px; opacity:1; background:#333d46;}
.main_banner li:first-child{width:570px;height:300px; z-index:5;left:345px; top:0px; opacity:1; background:#333d46;}/* ie8 */
.main_banner li:nth-child(1) span{opacity:0;}
.main_banner li:first-child span{opacity:0;}/* ie8 */
.main_banner li:nth-child(1) p{bottom:0;}
.main_banner li:first-child p{bottom:0;}/* ie8 */
.main_banner li:nth-child(2){width:570px;height:300px; z-index:1; left:690px;top:0px; opacity:1; background:#fff;}
.main_banner li:first-child+li{width:570px;height:300px; z-index:1; left:690px;top:0px; opacity:1; background:#fff;}/* ie8 */
.main_banner li:nth-child(3){/*初始在背后，透明度为0*/width:570px; height:300px; z-index:1;left:0px; top:0px; opacity:1; background:#333d46;}
.main_banner li:first-child+li+li{/*初始在背后，透明度为0*/width:570px; height:300px; z-index:1;left:0px; top:0px; opacity:1; background:#333d46;}/* ie8 */
.main_banner li:nth-child(4){/*初始在背后，透明度为0*/width:570px; height:300px;; z-index:1;left:0px; top:0px; opacity:1; background:#333d46;}
.main_banner li:first-child+li+li+li{/*初始在背后，透明度为0*/width:570px; height:300px;; z-index:1;left:0px; top:0px; opacity:1; background:#333d46;}/* ie8 */
.main_banner li:nth-child(5){width:570px; height:300px; z-index:2; left:0px; top:0px; opacity:0; background:#333d46;}
.main_banner li:first-child+li+li+li+li{width:570px; height:300px; z-index:2; left:0px; top:0px; opacity:0; background:#333d46;}/* ie8 */
.main_banner li:nth-child(6){width:570px; height:300px; z-index:2; left:0px; top:0px; opacity:0; background:#333d46;}
.main_banner li:first-child+li+li+li+li+li{width:570px; height:300px; z-index:2; left:0px; top:0px; opacity:0; background:#333d46;}/* ie8 */
.main_banner li:nth-child(7){width:570px; height:300px; z-index:2; left:0; top:0; opacity:0; background:#333d46;}
.main_banner li:first-child+li+li+li+li+li+li{width:570px; height:300px; z-index:2; left:0; top:0; opacity:0; background:#333d46;}/* ie8 */
.main_banner li:nth-child(8){width:570px; height:300px; z-index:2; left:0; top:0; opacity:1; background:#333d46;}
.main_banner li:first-child+li+li+li+li+li+li+li{width:570px; height:300px; z-index:2; left:0; top:0; opacity:1; background:#333d46;}/* ie8 */
.main_banner li img{width:100%; height:100%;}
.main_banner li span{/*遮罩层*/
		width:100%; height:100%; position:absolute; top:0; left:0; 
		z-index:1; background:#000; opacity:0.5; filter:alpha(opacity=0);
		color:#fff; font-size:30px; line-height:120px; text-align:center;text-indent:1000px;}
.main_banner li p{width:100%; height:50px; position:absolute;left:0; bottom:-50px; background:rgba(0,0,0,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000); color:#fff;text-indent:38px; line-height:50px; font-size:25px;}


.main_banne li{width: 630px;height: 300px;float:left}
.main_banne li a{display:block;}
.main_banne li img{width: 630px;height: 300px}
/*指示器按钮*/
.btn_list{text-align:center; position:relative; left:0; top:6px; z-index:10;}
.btn_list span{
		width:15px; height:15px; display:inline-block; margin:15px 5px;
		background:#787d82; border-radius:50%; cursor:pointer; }
.btn_list span.curr{background:#FFAE00;}

/*轮播图 结束*/
		


/* 视听玉环 */
.sy_styy{ width:1260px; float:left; margin:10px 0 10px 0;}
.sy_styy_more{ background:url(../../2019images/line_bg.jpg) bottom repeat-x; margin-bottom:20px; height:34px;}
.sy_styy ul{list-style: none;padding: 0;margin: 0 auto; overflow:hidden;}
.sy_styy ul li{ float:left; font-size:14px; width:246px;}
.sy_styy ul li a{ width:246px; overflow:hidden; margin:0 auto; display:block;}
.sy_styy ul li.no{ margin:0;}
.sy_styy ul li img{ cursor:pointer; transition: all 0.6s;}
.sy_styy ul li img:hover{transform: scale(1.4);}

.vmc-container{position: relative;}
.vmc-viewport{overflow: hidden;}
.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li img{ display: block; margin: 0 auto; max-width: 100%;}
.vmc-arrow-left, .vmc-arrow-right{position: absolute; top: 50%; left: -5px; width: 40px; height: 50px; margin-top: -25px; overflow: hidden;}
.vmc-arrow-right{left: auto; right: -5px;}
.vmc-container:hover .vmc-arrow-left{background:url(../btn_left.png);}
.vmc-container:hover .vmc-arrow-right{background:url(../btn_right.png);}


/* 今日头条 */
.sy_jrtt{ overflow:hidden; float:left;width:914px; }
.sy_jrtt_bd{background:url(../../2019images/jrtt_bg.jpg) 80px no-repeat; height:87px; border-bottom:1px dashed #b01f1a; padding-bottom:25px; }
.sy_jrtt_bd a.sy_jrtt_bd_tt{margin-top:16px;float:left;}
.sy_jrtt_bd a.sy_jrtt_bd_text{ margin-top:28px; font-weight:bold; float:left; font-size:36px; color:#b42423;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; width:786px; text-align:left; margin-left:40px;}
.sy_jrtt_bd a:hover{ color: #ff7d00}
.sy_jrtt_new{border-bottom:1px dashed #b01f1a; padding-bottom:10px; margin-top:14px;}
.sy_jrtt_new ul li{ display:list-item; height:30px; line-height:30px; overflow:hidden; width:50%; float:left;}
.sy_jrtt_new ul li a{font-size:16px;float:left; text-align:left;}
.sy_jrtt_imgnew{ overflow:hidden; margin-bottom:10px;}
.sy_jrtt_imgnew_img{float:left; margin-right:16px;}
.sy_jrtt_imgnew_img img{ width:169px; height:113px;}
.sy_jrtt_imgnew_text1{margin-top:6px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; width:724px; }
.sy_jrtt_imgnew_text1 a{ font-size:24px; font-weight:bold;}
.sy_jrtt_imgnew_text2{ float:left; width:728px; line-height:24px;margin-top:16px;color:#6e6c6c; font-size:1.1em;text-indent:32px;}

/* 直播广播 */
.sy_zb_box{float:left; width:324px; margin-left:22px; margin-bottom:10px;}
.sy_zb_box img{ width:100%}

/* 公告 */
.sy_gg_box{ float:left; width:324px; margin-left:22px; height:130px; margin-bottom:4px;  margin-top:15px;}
.sy_gd_more{background:url(../../2019images/line_bg.jpg) bottom repeat-x; margin:0 0 10px 0; height:34px;}
.sy_gd ul li{ height:28px; line-height:28px;background:url(../../2019images/li_dain.jpg) no-repeat left; padding-left:14px;}
.sy_gd{ height:200px; overflow:hidden}
.maquee{ overflow:hidden; height:90px; margin-top:6px;}

/* 数字报 */
.sy_szb{float:left; width:324px; margin-left:22px; height:430px; overflow:hidden; margin-bottom:10px;}
/*.sy_szb{float:left; width:324px; margin-left:22px; height:490px; overflow:hidden; margin-bottom:10px;}*/
.sy_szb_img img{ width:324px;}
.jm_img img{ width:159px;}

/* 专题 */
.sy_zt_one{ float:left; display:block; width:100%; margin-top:10px; overflow:hidden;}
.sy_zt_two{float:left; display:block; width:100%; margin:20px 0 10px 0; overflow:hidden;}
.sy_zt_two a{ float:left; margin-right:15px; }
.sy_zt_two a:last-child{ margin:0;}
.sy_zt_two a:first-child+a+a{margin-right:0;}/* ie8 */
.sy_zt_two img{width:410px; height:78px;}

/* 玉环新闻 */
.sy_yynew{ float:left; width:100%; margin-bottom:10px;}
.sy_yynew_img{ overflow:hidden; margin-bottom:6px; padding-top:10px;}
.sy_yynew_img ul li{ float:left; margin-right:17px;margin-right:12px\0;width:408px; height:229px; position:relative;overflow: hidden;  }
.sy_yynew_img ul li:last-child{ margin:0;}
.sy_yynew_img ul li:first-child+li+li{ margin:0;}
.sy_yynew_img ul li img{ width:408px; height:229px;cursor: pointer;  transition: all 0.6s;}
.sy_yynew_img ul li img:hover{  transform: scale(1.4);}  
.sy_yynew_text{overflow:hidden;}
.sy_yynew_text .yynew_text{ float:left;width:410px;margin-right:15px;}
.sy_yynew_text .yynew_text li{ height:30px; line-height:30px;}
.sy_yynew_text .no{ margin:0;}
.sy_yynew_img ul li span{background:rgba(0,0,0,0.5);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);font-size: 16px;font-weight: bold; height: 30px; line-height:30px;text-align: left;color: white;text-decoration: none;position: absolute; bottom:0; left:0;width:388px;margin: 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding:0 10px;}

/* 时政要闻 */
.sy_sznew{ float:left; width:100%; margin-bottom:10px;}
.sy_sznew_img{ overflow:hidden; margin-bottom:6px; padding-top:10px;}
.sy_sznew_img ul li{ float:left; margin-right:17px;margin-right:12px\0;width:408px; height:229px; position:relative;overflow: hidden;  }
.sy_sznew_img ul li:last-child{ margin:0;}
.sy_sznew_img ul li:first-child+li+li{ margin:0;}
.sy_sznew_img ul li img{ width:408px; height:229px;cursor: pointer;  transition: all 0.6s;}
.sy_sznew_img ul li img:hover{  transform: scale(1.4);}  
.sy_sznew_text{overflow:hidden;}
.sznew_text li{ height:30px; line-height:30px;}
.sznew_text li a{ font-size:14px;color:#b42423;font-weight:bold; float:left; text-align:left;text-decoration:none; width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sznew_text{ float:left;width:300px;margin-right:15px;}
.sy_sznew_text .no{ margin:0;}
.sy_sznew_img ul li span{background:rgba(0,0,0,0.5);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);font-size: 16px;font-weight: bold; height: 30px; line-height:30px;text-align: left;color: white;text-decoration: none;position: absolute; bottom:0; left:0;width:388px;margin: 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding:0 10px;}

/* 聚焦玉环 */
.sy_jjyh_text{float:left; width:442px; margin-right:16px;}
.sy_jjyh_text li{border-bottom:1px dashed #b01f1a; padding-bottom:13px; line-height:24px; padding-top:10px;}
.sy_jjyh_text li a{ font-size:16px; font-weight:bold;}
.sy_jjyh_text li p{ font-size:14px; color:#9d9b9c;text-decoration:none; width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sy_jjyh_text li span{ color:#d2d2d2;font-size:14px;}
.sy_jjyh_text_two li{ width:456px; float:left;}

/* 精彩评论 */
.sy_jcpl_text{float:left; width:456px;}
.sy_jcpl_text li{border-bottom:1px dashed #b01f1a; padding-bottom:13px; line-height:24px; padding-top:10px;}
.sy_jcpl_text li a{ font-size:16px; font-weight:bold;}
.sy_jcpl_text li p{ font-size:14px; color:#9d9b9c;text-decoration:none; width:100%;overflow: hidden; height:48px;}
.sy_jcpl_text li p a{ font-size:14px; color:#9d9b9c; font-weight:normal;}
.sy_jcpl_text li p a:hover{color: #ff7d00}
.sy_jcpl_text li span{ color:#d2d2d2;font-size:14px;}

/* 直播玉环 */
.sy_zbyh{float:left; width:324px; margin-left:22px;}
.sy_zbyh ul{background:url(../../2019images/sp_ul_bg.jpg) left top no-repeat; padding-top:18px;}
.sy_zbyh li{background:url(../../2019images/sp_line_bg.jpg) left 8px no-repeat; padding-left:16px; height:30px; line-height:30px;}
.sy_zbyh li span{ display:none;}
.sy_zbyh li:nth-child(1){ margin:0; background:none;height:auto; line-height:24px; padding-left:30px; margin-bottom:10px;}
.sy_zbyh li:nth-child(1) a{ font-size:16px; font-weight:bold; line-height:18px;}
.sy_zbyh li:nth-child(1) span{display: block; margin:10px 10px 0 10px;color:#969694}
.sy_zbyh li:nth-child(2){ margin:0; background:none;height:auto; line-height:24px; padding-left:30px;margin-bottom:16px;}
.sy_zbyh li:nth-child(2) span{display: block;margin:10px 10px 0 10px;color:#969694}
.sy_zbyh li:nth-child(2) a{ font-size:16px; font-weight:bold; line-height:18px;}

/* 要闻天下 */
.sy_ywtx_text{float:left; width:324px; margin-left:22px;}
.sy_ywtx_text li:nth-child(1){background:none; padding:0; margin-top:4px;width:100%;}
.sy_ywtx_text li:nth-child(1) a{ font-size:16px; font-weight:bold;color:#000;}
.sy_ywtx_text li:first-child{background:none; padding:0; margin-top:4px;width:100%;}
.sy_ywtx_text li:first-child a{ font-size:16px; font-weight:bold;color:#000;}
.sy_ywtx_text li{ background:url(../../2019images/ywtx_li_dain.jpg) no-repeat 0 8px; padding-left:14px; height:30px; line-height:30px;width:96%;float:left;}
.sy_ywtx_text li a{ font-size:14px;color:#9d9b9c; float:left; text-align:left;text-decoration:none; width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sy_ywtx_text li a:hover {color: #ff7d00}



/* 大美玉环 */
.sy_dmyh{ float:left; width:100%; }
.sy_dmyh ul{ padding-top:10px;}
.sy_dmyh li{ float:left;margin:0 15px 10px 0;width:410px;height:236px; position:relative; display:block;overflow:hidden;}
.sy_dmyh li a{ overflow:hidden; float:left;}
.sy_dmyh li a img{ width:410px; height:236px; cursor: pointer;transition: all 0.6s;}
.sy_dmyh li a img:hover{  transform: scale(1.4);}  
.sy_dmyh li:nth-child(3),.sy_dmyh li:nth-child(6){ margin-right:0;}
.sy_dmyh li:first-child+li+li{margin-right:0;}
.sy_dmyh li:first-child+li+li+li+li+li{margin-right:0;;}
.sy_dmyh li a span{background: rgba(0,0,0,0.8);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);font-size: 16px;height: 30px; line-height:30px;text-align: center;color: white;text-decoration: none;position: absolute; bottom:-40px;left:0;width: 100%;margin: 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sy_dmyh li a:hover span{ bottom:0px;}



/* 官媒 */
.sy_gm{ border-top:2px solid #f0eeee; height:110px; position:relative;margin-top:10px;*margin-top:20px;}
.sy_gm ul{ padding:0 40px; margin:20px 0; overflow:visible;}
.sy_gm li{ float:left; width:150px;height:70px; text-align:center; padding-left:80px; position:relative;}
.sy_gm li:nth-child(1){background:url(../../2019images/yh_icon.jpg) no-repeat 0 0px; margin-left:20px;}
.sy_gm li:nth-child(2),.sy_gm li:nth-child(3){background:url(../../2019images/yh_icon.jpg) no-repeat 0 -104px;}
.sy_gm li:nth-child(4){background:url(../../2019images/yh_icon.jpg) no-repeat 0 -198px;}
.sy_gm li:nth-child(5){background:url(../../2019images/yh_icon.jpg) no-repeat 0 -294px;}
.sy_gm li:first-child{background:url(../../2019images/yh_icon.jpg) no-repeat 0 0px; margin-left:20px;}
.sy_gm li:first-child+li,.sy_gm li:first-child+li+li{background:url(../../2019images/yh_icon.jpg) no-repeat 0 -104px;}
.sy_gm li:first-child+li+li+li{background:url(../../2019images/yh_icon.jpg) no-repeat 0 -198px;}
.sy_gm li:first-child+li+li+li+li{background:url(../../2019images/yh_icon.jpg) no-repeat 0 -294px;}

.sy_gm li a{float:left;}
.sy_gm li a h3{ color:#b8312d; text-align:center; margin-bottom:4px;}
.sy_gm li a span{color:#b1b1b1;}
.sy_gm li p{position: absolute;left:80px;margin: 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sy_gm li p img{ width:100px;height:100px;}

/* 友情链接 */
.links{ margin-top:20px;}
.links_bg{ width:1260px; margin:0 auto; background:#e0e7ef;}
.zjwm_tb1{padding:5px 10px; background:##E0E7EF;}
.zjwm_tb2{ padding:5px 10px; background:##E0E7EF;}
.zjwm_tb2 a{color:#666;}

/* 网站底部 */
.footnav{ border-top:4px solid #f7f7f7; position:relative; z-index:5; margin:0 auto; width:100%;}
.bottom{margin:10px auto 0 auto;width:1260px;overflow:hidden;padding:15px 0 0 0; background:url(../../2019images/sy-641.jpg) no-repeat 150px 60px;position:relative; z-index:5}
.bottom p{ margin:10px 0 5px 450px;}
.bottom p span{ font-size:14px; margin-right:14px;}
.bottom p span.text1{ margin-left:80px;}
.bottom p a{ font-size:14px;}

.bottom .report{ margin:10px auto 0 auto; display: table; text-align:center;}
.bottom .report a{ height:80px;display: table-cell;vertical-align: middle; width:160px; padding:0 5px;}
.bottom .report a:nth-child(1){width:80px;}
.bottom .report a:first-child{width:80px;}/* ie8 */
.bottom .report a:nth-child(5){width:70px;}
.bottom .report a:first-child+a+a+a+a{width:70px;}/* ie8 */
.bottom .report a img{ padding:0 5px; }
.bottom p.statement a{ margin:0 10px;}
.bottom p.statement a:first-child{ margin-left:0;}


.tflqm{margin:0 auto;background:#0b0507;text-align:center}
/* 要闻天下头条 */
.ywtx{width:1260px;margin: 0px auto;height: 80px;padding-top: 20px; float:left;}
.ywtx li {width:250px;text-align: left;float: left;list-style: none;}
.ywtx li img {float: left; width: 70px;height: 60px;}
.ywtx li p {float: left; text-align: left;margin-top: 0px;font-size: 14px;width: 150px;padding-left: 10px;line-height: 21px;font-weight: bold;}

/* 要闻天下文字滚动 */
#dowebok{float:left;width:1260px; position:relative;}
.dowebok { width: 800px; font-size: 14px;}
.dowebok a { margin: 0 15px; color: #333; text-decoration: none; color:#e03626; text-indent:10px; font-weight: bold;font-size:18px;display: }
.dowebok a::before {content: "";width: 5px;height: 5px;display: inline-block;background: #e03626;vertical-align: middle;}
.dowebok a:hover { text-decoration: underline;}
.str_wrap {overflow:hidden;
	//zoom:1;width:90%;font-size:12px;line-height:30px;position:relative;-moz-user-select: none;-khtml-user-select: none;user-select: none;  white-space:nowrap;margin-top:10px;}
.str_wrap.str_active {}
.str_move { white-space:nowrap;position:absolute; top:0; left:0;cursor:move;}
.dowebok_more{ position:absolute; top:10px; right:10px; width:10%;}
.dowebok_more a{ float:right; color:#e03626; font-weight:bold; font-size:18px;}


/* 头条专区 */
.mod{ width: 1280px; margin: 0px auto; overflow: hidden;display:none;}
.tt_sec{width:1280px;height: auto; position: relative; padding-top:20px; padding-bottom:20px; font-family:"microsoft yahei", Arial, Helvetica, sans-serif; background-color: #f4f4f4;}
.tt_sec span a::before {content: "";width: 5px;height: 5px;display: inline-block;background: #000;vertical-align: middle; }
.tt_sec a{text-decoration:none; font-size:16px; font-weight:bold;}
.tt_sec .lh_tit{text-align: center;width: 100%;}
.tt_sec .lh_tit .h2{font-size: 35px;font-weight: bold;line-height: 45px;color: #d31f2b; text-align:center;}
.tt_sec .lh_tit .h2 a{font-weight: bold;font-size: 35px;color: #d31f2b;}
.tt_sec .lh_tit .min_tit{text-align: center;font-size: 16px;margin-top: 10px;line-height: 30px;}
.tt_sec .lh_tit .min_tit span{display:inline-block;}
